net/http.http2StreamError.Cause (field)
13 uses
net/http (current package)
h2_bundle.go#L1233: Cause error // optional additional detail
h2_bundle.go#L1246: if e.Cause != nil {
h2_bundle.go#L1247: return fmt.Sprintf("stream error: stream ID %d; %v; %v", e.StreamID, e.Code, e.Cause)
h2_bundle.go#L5480: if e.Cause != nil {
h2_bundle.go#L5481: err = e.Cause
h2_bundle.go#L5736: Cause: os.ErrDeadlineExceeded,
h2_bundle.go#L7736: if se.Code == http2ErrCodeProtocol && se.Cause == http2errFromPeer {
h2_bundle.go#L8656: if se.Cause != http2errFromPeer {
h2_bundle.go#L9348: if se.Cause == nil {
h2_bundle.go#L9349: se.Cause = cc.fr.errDetail
h2_bundle.go#L9410: Cause: errors.New("protocol error: headers after END_STREAM"),
h2_bundle.go#L9439: Cause: err,
h2_bundle.go#L9991: serr.Cause = http2errFromPeer
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |